'Declaration Public Overloads Shared Sub TransformPoints( _
ByVal matrixThe matrix that used to transform points.As AffineMatrix, _
ByVal pointsThe points to transform. The original points in the array are replaced by their transformed values.() As Vintasoft.Primitives.VintasoftPoint _
)
public static void TransformPoints(
AffineMatrix matrix,
Vintasoft.Primitives.VintasoftPoint[] points
)
public: static void TransformPoints(
AffineMatrix* matrix,
Vintasoft.Primitives.VintasoftPoint[]* points
)
public:
static void TransformPoints(
AffineMatrix^ matrix,
array<Vintasoft.Primitives.VintasoftPoint>^ points
)
Parameters
- matrix
- The matrix that used to transform points.
- points
- The points to transform. The original points in the array are replaced by their transformed values.